3.888 \(\int \frac {x^3}{(c x^2)^{3/2} (a+b x)} \, dx\)

Optimal. Leaf size=23 \[ \frac {x \log (a+b x)}{b c \sqrt {c x^2}} \]

[Out]

x*ln(b*x+a)/b/c/(c*x^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 23, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {15, 31} \[ \frac {x \log (a+b x)}{b c \sqrt {c x^2}} \]

Antiderivative was successfully verified.

[In]

Int[x^3/((c*x^2)^(3/2)*(a + b*x)),x]

[Out]

(x*Log[a + b*x])/(b*c*Sqrt[c*x^2])

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rubi steps

\begin {align*} \int \frac {x^3}{\left (c x^2\right )^{3/2} (a+b x)} \, dx &=\frac {x \int \frac {1}{a+b x} \, dx}{c \sqrt {c x^2}}\\ &=\frac {x \log (a+b x)}{b c \sqrt {c x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 22, normalized size = 0.96 \[ \frac {x^3 \log (a+b x)}{b \left (c x^2\right )^{3/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[x^3/((c*x^2)^(3/2)*(a + b*x)),x]

[Out]

(x^3*Log[a + b*x])/(b*(c*x^2)^(3/2))

________________________________________________________________________________________

fricas [A]  time = 0.43, size = 23, normalized size = 1.00 \[ \frac {\sqrt {c x^{2}} \log \left (b x + a\right )}{b c^{2} x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^2)^(3/2)/(b*x+a),x, algorithm="fricas")

[Out]

sqrt(c*x^2)*log(b*x + a)/(b*c^2*x)

________________________________________________________________________________________

giac [A]  time = 0.97, size = 36, normalized size = 1.57 \[ -\frac {\log \left ({\left | -{\left (\sqrt {c} x - \sqrt {c x^{2}}\right )} b \sqrt {c} - 2 \, a c \right |}\right )}{b c^{\frac {3}{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^2)^(3/2)/(b*x+a),x, algorithm="giac")

[Out]

-log(abs(-(sqrt(c)*x - sqrt(c*x^2))*b*sqrt(c) - 2*a*c))/(b*c^(3/2))

________________________________________________________________________________________

maple [A]  time = 0.00, size = 21, normalized size = 0.91 \[ \frac {x^{3} \ln \left (b x +a \right )}{\left (c \,x^{2}\right )^{\frac {3}{2}} b} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/(c*x^2)^(3/2)/(b*x+a),x)

[Out]

1/(c*x^2)^(3/2)*x^3*ln(b*x+a)/b

________________________________________________________________________________________

maxima [B]  time = 1.60, size = 74, normalized size = 3.22 \[ \frac {\left (-1\right )^{\frac {2 \, a c x}{b}} \log \left (-\frac {2 \, a c x}{b {\left | b x + a \right |}}\right )}{b c^{\frac {3}{2}}} + \frac {\log \left (b x\right )}{b c^{\frac {3}{2}}} + \frac {2 \, a}{\sqrt {c x^{2}} b^{2} c} - \frac {2 \, a}{b^{2} c^{\frac {3}{2}} x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^3/(c*x^2)^(3/2)/(b*x+a),x, algorithm="maxima")

[Out]

(-1)^(2*a*c*x/b)*log(-2*a*c*x/(b*abs(b*x + a)))/(b*c^(3/2)) + log(b*x)/(b*c^(3/2)) + 2*a/(sqrt(c*x^2)*b^2*c) -
 2*a/(b^2*c^(3/2)*x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {x^3}{{\left (c\,x^2\right )}^{3/2}\,\left (a+b\,x\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^3/((c*x^2)^(3/2)*(a + b*x)),x)

[Out]

int(x^3/((c*x^2)^(3/2)*(a + b*x)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {x^{3}}{\left (c x^{2}\right )^{\frac {3}{2}} \left (a + b x\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**3/(c*x**2)**(3/2)/(b*x+a),x)

[Out]

Integral(x**3/((c*x**2)**(3/2)*(a + b*x)), x)

________________________________________________________________________________________